home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / C / CORE! 1.1.CPT / Core! 1.1 / Battle Programs / contest90 / WARIOR42.RED < prev    next >
Encoding:
Text File  |  1991-08-13  |  378 b   |  21 lines

  1. ;
  2. ;    Warrior: Warrior 42
  3. ;  File name: warior42.red
  4. ; Tournament: ICWST'90
  5. ;   Standard: CWS'88
  6. ;     Author: Stefan Roettger / Sandstrasse 3 / W-8525 Uttenreuth / Germany
  7. ;
  8. ; A warrior with a simple strategy but nevertheless hard to beat
  9. ;
  10. c     mov b 4026
  11.       mov a <c
  12.       mov p <c
  13.       mov l <c
  14.       spl @c
  15. l     add #124 p
  16. p     jmz l p
  17. a     mov 2 @p
  18. b     jmp l
  19.  
  20.  
  21.